home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Printing / LaserWriter 8 v8.3 / LaserWriter 8 / Printer Descriptions / LaserWriter Personal 320 < prev    next >
Encoding:
PostScript Printer Description  |  1994-12-15  |  17.0 KB  |  480 lines  |  [TEXT/????]

  1. *PPD-Adobe: "4.2"
  2. *FormatVersion: "4.2"
  3. *FileVersion: "1.11"
  4. *LanguageVersion: English
  5. *PCFileName: "APLW320.PPD"
  6. *Product: "(LaserWriter Personal 320)"
  7. *PSVersion: "(2013.112) 1"
  8. *ModelName: "Personal LaserWriter 320"
  9. *NickName: "Apple Personal LaserWriter 320 v2013.112"
  10.  
  11.  
  12. *% === Options and Constraints =========
  13.  
  14. *OpenGroup: InstallableOptions/Options Installed
  15. *OpenUI *InstalledMemory/Memory Configuration: PickOne
  16. *DefaultInstalledMemory: 2Meg
  17. *InstalledMemory 2Meg/Standard 2 MB: ""
  18. *InstalledMemory 4Meg/Upgrade to 4 MB: ""
  19. *InstalledMemory 8Meg/Upgrade to 8 MB: ""
  20. *?InstalledMemory: "
  21.     currentsystemparams /RamSize get
  22.     6 string dup 4 string 4 -1 roll 1048576 div cvi dup 9 gt {exch cvs 0 exch
  23.     putinterval dup 2}{exch cvs 0 exch putinterval dup 1}ifelse
  24.     (Meg) putinterval
  25.     =
  26. "
  27. *End
  28. *CloseUI: *InstalledMemory
  29. *CloseGroup: InstallableOptions
  30.  
  31. *UIConstraints: *InstalledMemory 2Meg *BitsPerPixel 4
  32. *UIConstraints: *InstalledMemory 4Meg *BitsPerPixel 4
  33.  
  34. *UIConstraints: *PageSize Monarch *InputSlot Cassette
  35. *UIConstraints: *PageSize Com10 *InputSlot Cassette
  36. *UIConstraints: *PageSize C5 *InputSlot Cassette
  37. *UIConstraints: *PageSize DL *InputSlot Cassette
  38.  
  39.  
  40. *% ==== The following are constraints for new imageable ==========
  41. *% ==== area features added to LaserWriter 8, v8.1
  42.  
  43. *UIConstraints: *InstalledMemory 2Meg *PageSize LegalSmall
  44. *UIConstraints: *InstalledMemory 2Meg *PageSize Legal.4Meg
  45. *UIConstraints: *InstalledMemory 2Meg *PageSize Legal.8Meg
  46. *UIConstraints: *InstalledMemory 4Meg *PageSize Legal.2Meg
  47. *UIConstraints: *InstalledMemory 4Meg *PageSize Legal.8Meg
  48. *UIConstraints: *InstalledMemory 8Meg *PageSize Legal.2Meg
  49. *UIConstraints: *InstalledMemory 8Meg *PageSize Legal.4Meg
  50.  
  51.  
  52. *% ==== Device Capabilities ===============
  53.  
  54. *LanguageLevel: "2"
  55. *FreeVM: "425600"
  56. *VMOption 2Meg/Standard 2 MB: "425600"
  57. *VMOption 4Meg/4 MB Upgrade: "2191632"
  58. *VMOption 8Meg/8 MB Upgrade: "2371856"
  59. *ColorDevice: False
  60. *DefaultColorSpace: Gray
  61. *VariablePaperSize: False
  62. *FileSystem: False
  63. *Throughput: "4"
  64. *Password: "()" 
  65. *ExitServer: "
  66.  count 0 eq
  67.  { false } { true exch startjob } ifelse
  68.  not { 
  69.      (WARNING: Cannot modify initial VM.) =
  70.      (Missing or invalid password.) =
  71.      (Please contact the author of this software.) = flush quit
  72.      } if
  73. "
  74. *End
  75. *Reset: "
  76.  count 0 eq
  77.  { false } { true exch startjob } ifelse
  78.  not { 
  79.     (WARNING: Cannot reset printer.) =
  80.     (Missing or invalid password.) =
  81.     (Please contact the author of this software.) = flush quit
  82.     } if
  83.  systemdict /quit get exec
  84.  (WARNING : Printer Reset Failed.) = flush
  85. "
  86. *End
  87.  
  88. *% Halftone Information ===============
  89. *ScreenFreq: "53.0"
  90. *ScreenAngle: "45.0"
  91. *DefaultScreenProc: Dot
  92. *ScreenProc Dot: "
  93. {abs   exch   abs   2 copy   add   1 gt   {1 sub   dup   mul   exch  
  94. 1 sub   dup   mul   add   1 sub  } {dup   mul   exch   dup   mul  
  95. add   1 exch   sub  } ifelse  }
  96. "
  97. *End
  98. *ScreenProc Line: "{ pop }"
  99. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  100.  
  101. *DefaultTransfer: Null
  102. *Transfer Null: "{ }"
  103. *Transfer Null.Inverse: "{ 1 exch sub }"
  104.  
  105. *OpenUI *Smoothing/FinePrint(TM): Boolean
  106. *OrderDependency: 50 AnySetup *Smoothing
  107. *DefaultSmoothing: False
  108. *Smoothing True/On: "
  109.   2 dict 
  110.     dup /PostRenderingEnhance true put 
  111.     setpagedevice
  112. "
  113. *End
  114. *Smoothing False/Off: "
  115.   2 dict 
  116.     dup /PostRenderingEnhance false put 
  117.   setpagedevice
  118. "
  119. *End
  120. *?Smoothing: "
  121.    save currentpagedevice  /PostRenderingEnhance get
  122.    {(True)}{(False)} ifelse = flush restore"
  123. *End
  124. *CloseUI: *Smoothing
  125.  
  126. *OpenUI *BitsPerPixel/PhotoGrade(TM): Boolean
  127. *OrderDependency: 50 AnySetup *BitsPerPixel
  128. *DefaultBitsPerPixel: None
  129. *BitsPerPixel 4/On: "
  130.   2 dict 
  131.     dup /PreRenderingEnhance true put 
  132.   setpagedevice
  133. "
  134. *End
  135. *BitsPerPixel None/Off: "
  136.   2 dict 
  137.     dup /PreRenderingEnhance false put 
  138.   setpagedevice
  139. "
  140. *End
  141. *?BitsPerPixel: "
  142.    save currentpagedevice /PreRenderingEnhanceDetails get
  143.    /ActualPreRenderingEnhance get
  144.    {(4)}{(None)} ifelse = flush restore"
  145. *End
  146. *CloseUI: *BitsPerPixel
  147.  
  148. *% Paper Handling ===================
  149.  
  150. *% Code in this section both selects a tray and sets up a frame buffer.
  151. *OpenUI *PageSize: PickOne
  152. *OrderDependency: 30 AnySetup *PageSize
  153. *DefaultPageSize: Letter
  154. *PageSize Letter/US Letter: "
  155.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice "
  156. *End
  157. *PageSize Legal.2Meg/US Legal: "
  158.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice " 
  159. *End
  160. *PageSize Legal.4Meg/US Legal: "
  161.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice " 
  162. *End
  163. *PageSize Legal.8Meg/US Legal: "
  164.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice " 
  165. *End
  166. *PageSize A4: "
  167.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice "
  168. *End
  169. *PageSize B5: "
  170.     2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice "
  171. *End
  172. *PageSize Executive: "
  173.     2 dict dup /PageSize [522 756] put dup /ImagingBBox null put setpagedevice "
  174. *End
  175. *PageSize LetterSmall/US Letter Small: "
  176.     2 dict dup /PageSize [612 792] put dup /ImagingBBox [25 25 587 767] put setpagedevice "
  177. *End
  178. *PageSize A4Small/A4 Small: "
  179.     2 dict dup /PageSize [595 842] put dup /ImagingBBox [25 25 570 817] put setpagedevice "
  180. *End
  181. *PageSize LegalSmall/US Legal Small:  "
  182.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox [25 25 587 983] put setpagedevice "
  183. *End
  184. *PageSize Monarch/Monarch Envelope: "
  185.     2 dict dup /PageSize [279 540] put dup /ImagingBBox null put setpagedevice "
  186. *End
  187. *PageSize Com10/Comm10 Envelope: "
  188.     2 dict dup /PageSize [297 684] put dup /ImagingBBox null put setpagedevice "
  189. *End
  190. *PageSize C5/C5 Envelope: "
  191.     2 dict dup /PageSize [459 649] put dup /ImagingBBox null put setpagedevice "
  192. *End
  193. *PageSize DL/DL Envelope: "
  194.     2 dict dup /PageSize [312 624] put dup /ImagingBBox null put setpagedevice "
  195. *End
  196. *?PageSize: "
  197.   save
  198.    currentpagedevice /PageSize get aload pop
  199.    2 copy gt {exch} if 
  200.    (Unknown) 
  201.   9 dict
  202.    dup [612 792] (Letter) put
  203.    dup [612 1008] (Legal) put
  204.    dup [595 842] (A4) put
  205.    dup [516 729] (B5) put
  206.    dup [522 756] (Executive) put
  207.    dup [279 540] (Monarch) put
  208.    dup [297 684] (Com10) put
  209.    dup [459 649] (C5) put
  210.    dup [312 624] (DL) put
  211.  { exch aload pop 4 index sub abs 5 le exch 
  212.    5 index sub abs 5 le and 
  213.       {exch pop exit} {pop} ifelse
  214.    } bind forall
  215.    = flush pop pop
  216.    restore
  217. "
  218. *End
  219. *CloseUI: *PageSize
  220.  
  221. *OpenUI *PageRegion:  PickOne
  222. *OrderDependency: 40 AnySetup *PageRegion
  223. *DefaultPageRegion: Letter
  224. *PageRegion Letter/US Letter: "
  225.    3 dict dup /PageSize [612 792] put dup /ImagingBBox null put
  226.    dup /InputAttributes 1 dict dup 0 1 dict dup /PageSize [612 792] put put put setpagedevice "
  227. *End
  228. *PageRegion Legal.2Meg/US Legal: "
  229.     3 dict dup /PageSize [612 1008] put dup /ImagingBBox null put
  230.    dup /InputAttributes 1 dict dup 0 1 dict dup /PageSize [612 1008] put put put setpagedevice " 
  231. *End
  232. *PageRegion Legal.4Meg/US Legal: "
  233.     3 dict dup /PageSize [612 1008] put dup /ImagingBBox null put
  234.    dup /InputAttributes 1 dict dup 0 1 dict dup /PageSize [612 1008] put put put setpagedevice " 
  235. *End
  236. *PageRegion Legal.8Meg/US Legal: "
  237.     3 dict dup /PageSize [612 1008] put dup /ImagingBBox null put
  238.    dup /InputAttributes 1 dict dup 0 1 dict dup /PageSize [612 1008] put put put setpagedevice " 
  239. *End
  240. *PageRegion A4: "
  241.     3 dict dup /PageSize [595 842] put dup /ImagingBBox null put
  242.    dup /InputAttributes 1 dict dup 0 1 dict dup /PageSize [595 842] put put put setpagedevice "
  243. *End
  244. *PageRegion B5: "
  245.     3 dict dup /PageSize [516 729] put dup /ImagingBBox null put
  246.    dup /InputAttributes 1 dict dup 0 1 dict dup /PageSize [516 729] put put put setpagedevice "
  247. *End
  248. *PageRegion Executive: "
  249.     3 dict dup /PageSize [522 756] put dup /ImagingBBox null put
  250.    dup /InputAttributes 1 dict dup 0 1 dict dup /PageSize [522 756] put put put setpagedevice "
  251. *End
  252. *PageRegion LetterSmall/US Letter Small: "
  253.     3 dict dup /PageSize [612 792] put dup /ImagingBBox [25 25 587 767] put
  254.    dup /InputAttributes 1 dict dup 0 1 dict dup /PageSize [612 792] put put put setpagedevice "
  255. *End
  256. *PageRegion A4Small/A4 Small: "
  257.     3 dict dup /PageSize [595 842] put dup /ImagingBBox [25 25 570 817] put
  258.    dup /InputAttributes 1 dict dup 0 1 dict dup /PageSize [595 842] put put put setpagedevice "
  259. *End
  260. *PageRegion LegalSmall/US Legal Small:  "
  261.     3 dict dup /PageSize [612 1008] put dup /ImagingBBox [25 25 587 983] put
  262.    dup /InputAttributes 1 dict dup 0 1 dict dup /PageSize [612 1008] put put put setpagedevice "
  263. *End
  264. *PageRegion Monarch/Monarch Envelope: "
  265.     3 dict dup /PageSize [279 540] put dup /ImagingBBox null put
  266.    dup /InputAttributes 1 dict dup 0 1 dict dup /PageSize [279 540] put put put setpagedevice "
  267. *End
  268. *PageRegion Com10/Comm10 Envelope: "
  269.     3 dict dup /PageSize [297 684] put dup /ImagingBBox null put
  270.    dup /InputAttributes 1 dict dup 0 1 dict dup /PageSize [297 684] put put put setpagedevice "
  271. *End
  272. *PageRegion C5/C5 Envelope: "
  273.     3 dict dup /PageSize [459 649] put dup /ImagingBBox null put
  274.    dup /InputAttributes 1 dict dup 0 1 dict dup /PageSize [459 649] put put put setpagedevice "
  275. *End
  276. *PageRegion DL/DL Envelope: "
  277.     3 dict dup /PageSize [312 624] put dup /ImagingBBox null put
  278.    dup /InputAttributes 1 dict dup 0 1 dict dup /PageSize [312 624] put put put setpagedevice "
  279. *End
  280. *CloseUI: *PageRegion
  281.  
  282. *% The following entries provide information about specific paper keywords.
  283. *DefaultImageableArea: Letter
  284. *ImageableArea Letter/US Letter: "9.36 14.2801 600.72 783.72 "
  285. *ImageableArea Legal.2Meg/US Legal: "64 54 548 954 "
  286. *ImageableArea Legal.4Meg/US Legal: "9.36 9.6001 600.72 996.72 "
  287. *ImageableArea Legal.8Meg/US Legal: "9.36 9.6001 600.72 996.72 "
  288. *ImageableArea A4: "10.56 7.68 586.56 829.68 "
  289. *ImageableArea B5: "12.0 7.08 503.52 718.92 "
  290. *ImageableArea Executive: "9.6001 6.9601 508.8 745.92 "
  291. *ImageableArea LetterSmall/US Letter Small: "31 31 583 761 "
  292. *ImageableArea A4Small/A4 Small: "29 31 567 812 "
  293. *ImageableArea LegalSmall/US Legal Small: "64 54 548 954 "
  294. *ImageableArea Com10/Comm10 Envelope: "6.7201 5.4 290.88 676.92 "
  295. *ImageableArea Monarch/Monarch Envelope: "6.48 5.64 275.28 534.12 "
  296. *ImageableArea C5/C5 Envelope: "8.4001 2.7601 453.84 640.2 "
  297. *ImageableArea DL/DL Envelope: "8.1601 6.12 307.68 618.6 "
  298.  
  299. *?ImageableArea: "
  300.  save
  301.    /cvp { (                ) cvs print ( ) print } bind def
  302.    /upperright {10000 mul floor 10000 div} bind def
  303.    /lowerleft {10000 mul ceiling 10000 div} bind def
  304.    newpath clippath pathbbox
  305.    4 -2 roll exch 2 {lowerleft cvp} repeat
  306.    exch 2 {upperright cvp} repeat flush
  307.  restore
  308. "
  309. *End
  310.  
  311. *% These provide the physical dimensions of the paper (by keyword)
  312. *DefaultPaperDimension: Letter
  313. *PaperDimension Letter/US Letter: "612 792"
  314. *PaperDimension Legal.2Meg/US Legal: "612 1008"
  315. *PaperDimension Legal.4Meg/US Legal: "612 1008"
  316. *PaperDimension Legal.8Meg/US Legal: "612 1008"
  317. *PaperDimension A4: "595 842"
  318. *PaperDimension B5: "516 729"
  319. *PaperDimension Executive: "522 756"
  320. *PaperDimension LetterSmall/US Letter Small: "612 792"
  321. *PaperDimension A4Small/A4 Small: "595 842"
  322. *PaperDimension LegalSmall/US Legal Small: "612 1008"
  323. *PaperDimension Monarch/Monarch Envelope: "279 540"
  324. *PaperDimension Com10/Comm10 Envelope: "297 684"
  325. *PaperDimension C5/C5 Envelope: "459 649"
  326. *PaperDimension DL/DL Envelope: "312 624"
  327.  
  328. *OpenUI *ManualFeed/Manual Feed: Boolean
  329. *OrderDependency: 20 AnySetup *ManualFeed
  330. *DefaultManualFeed: False
  331. *ManualFeed True: "1 dict dup /ManualFeed true put setpagedevice"
  332. *ManualFeed False: "1 dict dup /ManualFeed false put setpagedevice"
  333. *?ManualFeed: " 
  334.    save currentpagedevice /ManualFeed get
  335.    {(True)} {(False)} ifelse = flush restore"
  336. *End
  337. *CloseUI: *ManualFeed
  338.  
  339. *OpenUI *InputSlot: PickOne
  340. *OrderDependency: 20 AnySetup *InputSlot
  341. *DefaultInputSlot: Cassette
  342. *InputSlot Cassette: ""
  343. *CloseUI: *InputSlot
  344.  
  345. *RequiresPageRegion All: True
  346. *DefaultOutputBin: OnlyOne
  347. *DefaultOutputOrder: Normal
  348.  
  349. *% Font Information =====================
  350. *DefaultFont: Courier
  351. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  352. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  353. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  354. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  355. *Font Bookman-Demi: Standard "(001.004S)" Standard ROM
  356. *Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
  357. *Font Bookman-Light: Standard "(001.004S)" Standard ROM
  358. *Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
  359. *Font Courier: Standard "(002.004S)" Standard ROM
  360. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  361. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  362. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  363. *Font Helvetica: Standard "(001.006S)" Standard ROM
  364. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  365. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  366. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  367. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  368. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  369. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  370. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  371. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  372. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  373. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  374. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  375. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  376. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  377. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  378. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  379. *Font Symbol: Special "(001.007S)" Special ROM
  380. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  381. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  382. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  383. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  384. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  385. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  386.  
  387. *?FontQuery: "
  388.  save
  389.    { count 1 gt
  390.       { exch dup 127 string cvs (/) print print (:) print
  391.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  392.       } { exit } ifelse 
  393.    } bind loop
  394.    (*) = flush
  395.  restore
  396. "
  397. *End
  398.  
  399. *?FontList: "
  400. save
  401.   (*) {cvn ==} 128 string /Font resourceforall
  402.   (*) = flush
  403. restore
  404. "
  405. *End
  406.  
  407. *% Printer Messages (verbatim from printer):
  408. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  409. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  410. *Message: "\FontName\ not found, using Courier"
  411.  
  412. *% Status (format: %%[ status: <one of these> ] %%)
  413. *Status: "initializing"
  414. *Status: "idle"
  415. *Status: "holding"
  416. *Status: "busy"
  417. *Status: "waiting"
  418. *Status: "PrinterError: cover open"
  419. *Status: "PrinterError: warming up"
  420. *Status: "PrinterError: out of paper"
  421. *Status: "PrinterError: paper jam"
  422. *Status: "PrinterError: waiting for manual feed"
  423. *Status: "PrinterError: service call"
  424.  
  425. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  426. *Source: "LocalTalk"
  427.  
  428. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  429. *PrinterError: "cover open"
  430. *PrinterError: "warming up"
  431. *PrinterError: "out of paper"
  432. *PrinterError: "paper jam"
  433. *PrinterError: "waiting for manual feed"
  434. *PrinterError: "service call"
  435.  
  436. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  437.  
  438. *% Color Separation Information =====================
  439.  
  440. *DefaultColorSep: ProcessBlack.60lpi.300dpi/ 60 lpi / 300 dpi
  441.  
  442. *InkName: ProcessBlack/Process Black
  443. *InkName: CustomColor/Custom Color
  444. *InkName: ProcessCyan/Process Cyan
  445. *InkName: ProcessMagenta/Process Magenta
  446. *InkName: ProcessYellow/Process Yellow
  447.  
  448. *%  For 60 lpi / 300 dpi  ===============================
  449.  
  450. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  451. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  452. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  453. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  454. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  455.  
  456. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  457. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  458. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  459. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  460. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  461.  
  462. *%  For 53 lpi / 300 dpi  ===============================
  463.  
  464. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  465. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  466. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  467. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  468. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  469.  
  470. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  471. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  472. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  473. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  474. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  475.  
  476.  
  477. *% Last Edit Date: Dec 5, 1994
  478. *% Written by sns@sqa for Apple Personal LaserWriter 320 Oct 20,1993
  479. *% end of PPD file for Apple Personal LaserWriter 320
  480.